BarChart for ASP.NET WebForms
AddRange(Nullable<Double>[]) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace > IChartYAxisList Interface > AddRange Method : AddRange(Nullable<Double>[]) Method
The specified double? data point values.
Add the specified double? data point values to the series.
Syntax
'Declaration
 
Overloads Sub AddRange( _
   ByVal values() As System.Nullable(Of Double) _
) 
void AddRange( 
   System.Nullable<double>[] values
)

Parameters

values
The specified double? data point values.
See Also

Reference

IChartYAxisList Interface
IChartYAxisList Members
Overload List